Click or drag to resize

RequestResponse Constructor (Request, Response)

Initializes a new instance of the RequestResponse class with the specified request and response.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse(
	Request request,
	Response response
)

Parameters

request
Type: Independentsoft.SipRequest
response
Type: Independentsoft.SipResponse
See Also